home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 139
/
(Vol 139) Sep 24 2011.iso
/
Games
/
xtreme_tugboating.swf
/
scripts
/
DefineSprite_100
/
frame_1
/
DoAction.as
Wrap
Text File
|
2011-09-24
|
201b
|
14 lines
stop();
timer = random(150);
onEnterFrame = function()
{
timer--;
if(timer <= 0)
{
play();
onEnterFrame = null;
}
};
_xscale = random(100) + 50;
_yscale = _xscale;